#machine learning
all tags
Understanding Activation Functions in TensorFlow
Learn about activation functions in TensorFlow, their role in neural networks, and why they are crucial for enabling non-linear decision-making capabilities.
2 minutes
Read more 
Implementing a Feedforward Neural Network (FNN) in TensorFlow.js
Learn how to build a Feedforward Neural Network (FNN) using TensorFlow.js, focusing on defining the model architecture, training it, and making predictions.
2 minutes
Read more 
Implementing a Basic Linear Regression Model in TensorFlow.js
Learn how to create a simple linear regression model using TensorFlow.js, focusing on core concepts such as defining the model, training, and making predictions.
2 minutes
Read more